AttachmentMethod Enumeration |
Represents the way the contents of an attachment can be accessed.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic enum AttachmentMethod
Public Enumeration AttachmentMethod
Members|
| Member name | Value | Description |
|---|
| NoAttachment | 0 |
The attachment has just been created.
|
| AttachByValue | 1 |
The DataObject property contains the attachment data.
|
| AttachByReference | 2 |
The PathName or the LongPathName property contains a fully-qualified path identifying the attachment to recipients with access to a common file server.
|
| AttachByReferenceResolve | 3 |
The PathName or the LongPathName property contains a fully-qualified path identifying the attachment.
|
| AttachByReferenceOnly | 4 |
The PathName or the LongPathName property contains a fully-qualified path identifying the attachment.
|
| EmbeddedMessage | 5 |
The DataObject property contains an embedded Message object.
|
| Ole | 6 |
The attachment is an embedded OLE object
|
| AttachByWebReference | 7 | |
| None | 8 |
None
|
See Also